typo fix: s/Wether/Whether/ in reorderable property description
authorManish Singh <yosh@gimp.org>
Sat, 29 Sep 2001 19:29:46 +0000 (19:29 +0000)
committerManish Singh <yosh@src.gnome.org>
Sat, 29 Sep 2001 19:29:46 +0000 (19:29 +0000)
Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>

        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
        fix: s/Wether/Whether/ in reorderable property description

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktreeviewcolumn.c

index c02cbc8dd856c512a3e195d147341780de976c6a..1b47a77715fd799e5ca0ca898a01a692ef58cda7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
+       fix: s/Wether/Whether/ in reorderable property description
+
 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
index c02cbc8dd856c512a3e195d147341780de976c6a..1b47a77715fd799e5ca0ca898a01a692ef58cda7 100644 (file)
@@ -1,3 +1,8 @@
+Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
+       fix: s/Wether/Whether/ in reorderable property description
+
 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
index c02cbc8dd856c512a3e195d147341780de976c6a..1b47a77715fd799e5ca0ca898a01a692ef58cda7 100644 (file)
@@ -1,3 +1,8 @@
+Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
+       fix: s/Wether/Whether/ in reorderable property description
+
 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
index c02cbc8dd856c512a3e195d147341780de976c6a..1b47a77715fd799e5ca0ca898a01a692ef58cda7 100644 (file)
@@ -1,3 +1,8 @@
+Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
+       fix: s/Wether/Whether/ in reorderable property description
+
 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
index c02cbc8dd856c512a3e195d147341780de976c6a..1b47a77715fd799e5ca0ca898a01a692ef58cda7 100644 (file)
@@ -1,3 +1,8 @@
+Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
+       fix: s/Wether/Whether/ in reorderable property description
+
 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
index c02cbc8dd856c512a3e195d147341780de976c6a..1b47a77715fd799e5ca0ca898a01a692ef58cda7 100644 (file)
@@ -1,3 +1,8 @@
+Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
+       fix: s/Wether/Whether/ in reorderable property description
+
 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
index c02cbc8dd856c512a3e195d147341780de976c6a..1b47a77715fd799e5ca0ca898a01a692ef58cda7 100644 (file)
@@ -1,3 +1,8 @@
+Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
+       fix: s/Wether/Whether/ in reorderable property description
+
 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
index 00e69d159535ef3bc4be07a6b1731ceb936e0986..8892eeadf23e01c3be58a7338c27986e46158359 100644 (file)
@@ -260,7 +260,7 @@ gtk_tree_view_column_class_init (GtkTreeViewColumnClass *class)
                                    PROP_REORDERABLE,
                                    g_param_spec_boolean ("reorderable",
                                                         _("Reorderable"),
-                                                        _("Wether the column can be reordered around the headers"),
+                                                        _("Whether the column can be reordered around the headers"),
                                                         FALSE,
                                                         G_PARAM_READABLE | G_PARAM_WRITABLE));